[INFO] fetching crate ioctl-sys 0.8.0...
[INFO] fixing ioctl-sys-0.8.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate ioctl-sys 0.8.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate ioctl-sys 0.8.0
[INFO] finished tweaking crates.io crate ioctl-sys 0.8.0
[INFO] tweaked toml for crates.io crate ioctl-sys 0.8.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ioctl-sys 0.8.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ioctl-sys 0.8.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `ioctl-sys` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e1237a4c44ae419b25e26d538a8fa15cc705a1df987f14381a8d7b7c9c2e54da
[INFO] running `Command { std: "docker" "start" "e1237a4c44ae419b25e26d538a8fa15cc705a1df987f14381a8d7b7c9c2e54da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e1237a4c44ae419b25e26d538a8fa15cc705a1df987f14381a8d7b7c9c2e54da" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e1237a4c44ae419b25e26d538a8fa15cc705a1df987f14381a8d7b7c9c2e54da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e1237a4c44ae419b25e26d538a8fa15cc705a1df987f14381a8d7b7c9c2e54da" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `ioctl-sys` (manifest) generated 1 warning
[INFO] [stderr]     Checking ioctl-sys v0.8.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stderr]        Fixed src/platform/mod.rs (5 fixes)
[INFO] [stderr]    Migrating examples/smoke.rs from 2015 edition to 2018
[INFO] [stderr] error: could not compile `ioctl-sys` (example "smoke") due to 4 previous errors; 4 warnings emitted
[INFO] [stdout] warning: `try` is a keyword in the 2018 edition
[INFO] [stdout]  --> examples/smoke.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | ioctl!(try none drm_ioctl_set_master2 with b'd', 0x1e);
[INFO] [stdout]   |        ^^^ help: you can use a raw identifier to stay compatible: `r#try`
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/new-keywords.html>
[INFO] [stdout]   = note: `--force-warn keyword-idents-2018` implied by `--force-warn rust-2018-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `try` is a keyword in the 2018 edition
[INFO] [stdout]   --> examples/smoke.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | ioctl!(try read ev_get_version2 with b'E', 0x01; u32);
[INFO] [stdout]    |        ^^^ help: you can use a raw identifier to stay compatible: `r#try`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/new-keywords.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `try` is a keyword in the 2018 edition
[INFO] [stdout]   --> examples/smoke.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | ioctl!(try read0 ev_get_version3 with b'E', 0x01; u32);
[INFO] [stdout]    |        ^^^ help: you can use a raw identifier to stay compatible: `r#try`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/new-keywords.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `try` is a keyword in the 2018 edition
[INFO] [stdout]   --> examples/smoke.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | ioctl!(try write ev_set_repeat2 with b'E', 0x03; [u32; 2]);
[INFO] [stdout]    |        ^^^ help: you can use a raw identifier to stay compatible: `r#try`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/new-keywords.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: no rules expected `try`
[INFO] [stdout]   --> examples/smoke.rs:9:8
[INFO] [stdout]    |
[INFO] [stdout]  9 | ioctl!(try none drm_ioctl_set_master2 with b'd', 0x1e);
[INFO] [stdout]    |        ^^^ no rules expected this token in macro call
[INFO] [stdout]    |
[INFO] [stdout] note: while trying to match `bad`
[INFO] [stdout]   --> src/platform/mod.rs:85:6
[INFO] [stdout]    |
[INFO] [stdout] 85 |     (bad $name:ident with $nr:expr) => {
[INFO] [stdout]    |      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: no rules expected `try`
[INFO] [stdout]   --> examples/smoke.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | ioctl!(try read ev_get_version2 with b'E', 0x01; u32);
[INFO] [stdout]    |        ^^^ no rules expected this token in macro call
[INFO] [stdout]    |
[INFO] [stdout] note: while trying to match `bad`
[INFO] [stdout]   --> src/platform/mod.rs:85:6
[INFO] [stdout]    |
[INFO] [stdout] 85 |     (bad $name:ident with $nr:expr) => {
[INFO] [stdout]    |      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: no rules expected `try`
[INFO] [stdout]   --> examples/smoke.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | ioctl!(try read0 ev_get_version3 with b'E', 0x01; u32);
[INFO] [stdout]    |        ^^^ no rules expected this token in macro call
[INFO] [stdout]    |
[INFO] [stdout] note: while trying to match `bad`
[INFO] [stdout]   --> src/platform/mod.rs:85:6
[INFO] [stdout]    |
[INFO] [stdout] 85 |     (bad $name:ident with $nr:expr) => {
[INFO] [stdout]    |      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: no rules expected `try`
[INFO] [stdout]   --> examples/smoke.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | ioctl!(try write ev_set_repeat2 with b'E', 0x03; [u32; 2]);
[INFO] [stdout]    |        ^^^ no rules expected this token in macro call
[INFO] [stdout]    |
[INFO] [stdout] note: while trying to match `bad`
[INFO] [stdout]   --> src/platform/mod.rs:85:6
[INFO] [stdout]    |
[INFO] [stdout] 85 |     (bad $name:ident with $nr:expr) => {
[INFO] [stdout]    |      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e1237a4c44ae419b25e26d538a8fa15cc705a1df987f14381a8d7b7c9c2e54da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1237a4c44ae419b25e26d538a8fa15cc705a1df987f14381a8d7b7c9c2e54da", kill_on_drop: false }`
[INFO] [stdout] e1237a4c44ae419b25e26d538a8fa15cc705a1df987f14381a8d7b7c9c2e54da
